PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFAesSecurityHandler Class / setUseEnhancedPasswordValidation Method
True if enhanced password validation method is activated.
In This Topic
    setUseEnhancedPasswordValidation Method
    In This Topic
    Sets a value indicating whether enhanced password validation is activated.
    PDF files encrypted with this option require Adobe Reader X or later.
    Syntax
    public void setUseEnhancedPasswordValidation( 
       boolean value
    )

    Parameters

    value
    True if enhanced password validation method is activated.
    See Also